ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / NullablePropertyChangedEventArgs<T> Class / OldValue Property

In This Topic
    OldValue Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property OldValue As System.Nullable(Of T)
    public System.Nullable<T> OldValue {get; set;}
    See Also